a {
    color: #333;
}

    a:hover {
        color: #FF5400;
    }

.mg-t30 {
    margin-top: 30px;
}

.mg-b20 {
    margin-bottom: 20px;
}

.header {
    height: 80px;
    background: #fff;
}

    .header .logo {
        width: 215px;
        height: 80px;
        float: left;
    }

    .header .nav {
        width: 890px;
        height: 80px;
        line-height: 80px;
        float: right;
        background-color:#fff;
    }

        .header .nav li {
            padding: 0 20px;
            float: left;
            font-size: 16px;
            cursor: pointer;
        }

.banner {
    margin-top: 20px;
}

.nbanner {
    height: 250px;
    width: 1170px;
    margin: auto;
    overflow: hidden;
    margin-top: 20px;
}

.index-l {
    width: 810px;
    float: left;
}

    .index-l .index-news {
        height: 270px;
        background: #fff;
    }

.index-news .index-news-l {
    width: 270px;
    float: left;
}

.index-news .news-tit {
    width: 270px;
    height: 60px;
    overflow: hidden;
}

.index-news-r {
    width: 460px;
    padding-top: 30px;
    float: right;
    margin-right: 40px;
}

.index-news-top {
    width: 450px;
    height: 85px;
    margin-bottom: 15px;
    overflow: hidden;
}

    .index-news-top .sl {
        width: 140px;
        height: 85px;
        float: left;
    }

    .index-news-top .top-news {
        width: 290px;
        height: 84px;
        overflow: hidden;
        float: right;
        border-bottom: 1px solid #eee;
    }

.top-news p {
    font-size: 12px;
    color: #888;
    padding-top: 5px;
}

.index-news-top .top-news h1 {
    font-size: 16px;
    line-height: 24px;
}

.index-news-r .index-news-list li {
    width: 460px;
    line-height: 28px;
    position: relative;
}

.index-news-r .index-news-list .time {
    position: absolute;
    right: 0;
    font-size: 12px;
    color: #888;
}

.about-more {
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #005ca2;
    color: #fff;
    display: block;
    margin-top: 15px;
    float:right;
}

.index-r {
    width: 330px;
    float: right;
}

    .index-r .lx {
        width: 250px;
        height: 145px;
        background: url(../images/lx.gif) no-repeat;
        padding: 110px 40px 0 40px;
    }

    .index-r .jr {
        width: 330px;
        height: 350px;
        overflow: hidden;
    }

.index-case {
    margin-left: -30px;
}

.picScroll-left {
    overflow: hidden;
    position: relative;
}

    .picScroll-left .hd {
        overflow: hidden;
        height: 30px;
        background: #f4f4f4;
        padding: 0 10px;
    }

        .picScroll-left .hd .prev,
        .picScroll-left .hd .next {
            display: block;
            width: 5px;
            height: 9px;
            float: right;
            margin-right: 5px;
            margin-top: 10px;
            overflow: hidden;
            cursor: pointer;
            background: url(images/arrow.png) no-repeat;
        }

        .picScroll-left .hd .next {
            background-position: 0 -50px;
        }

        .picScroll-left .hd .prevStop {
            background-position: -60px 0;
        }

        .picScroll-left .hd .nextStop {
            background-position: -60px -50px;
        }

    .picScroll-left .hd {
        margin-left: 30px;
    }

        .picScroll-left .hd ul {
            width: 100px;
            margin: 20px auto;
            overflow: hidden;
            zoom: 1;
        }

            .picScroll-left .hd ul li {
                float: left;
                width: 9px;
                height: 9px;
                overflow: hidden;
                margin-right: 5px;
                text-indent: -999px;
                cursor: pointer;
                background: url("../images/icoCircle.gif") 0 -9px no-repeat;
            }

                .picScroll-left .hd ul li.on {
                    background-position: 0 0;
                }

    .picScroll-left .bd {
        padding: 0;
    }

        .picScroll-left .bd ul {
            overflow: hidden;
            zoom: 1;
        }

            .picScroll-left .bd ul li {
                margin-left: 30px;
                height: 260px;
                float: left;
                _display: inline;
                overflow: hidden;
                text-align: center;
                background: #fff;
            }

                .picScroll-left .bd ul li .pic {
                    text-align: center;
                }

                    .picScroll-left .bd ul li .pic img {
                        width: 270px;
                        height: 200px;
                        display: block;
                        background: #fff;
                    }

                    .picScroll-left .bd ul li .pic a:hover img {
                        border-color: #999;
                    }

                .picScroll-left .bd ul li .title {
                    line-height: 60px;
                    height: 60px;
                }

.footerbox {
    width: 100%;
    background-color: #252525;
    min-width: 1170px;
    color: #A7A7A7;
}

.footnav {
    width: 780px;
    float: left;
}

    .footnav a {
        height: 50px;
        color: #A7A7A7;
        padding-right: 20px;
    }

        .footnav a:hover {
            color: #fff;
        }

.footer {
    width: 1170px;
    margin: 0 auto;
    padding-top: 1px;
    text-align: left;
}

    .footer .foottop {
        line-height: 50px;
        height: 50px;
        border-bottom: 1px dotted #505050;
        margin-top: 10px;
        padding-bottom: 10px;
    }

        .footer .foottop .tel {
            padding-left: 40px;
            float: right;
        }

            .footer .foottop .tel i {
                padding-right: 5px;
                font-size: 20px;
                vertical-align: middle;
            }

            .footer .foottop .tel span {
                margin-left: 15px;
                font-size: 14px;
            }

    .footer .copyright {
        line-height: 50px;
        height: 50px;
        text-align: center;
        color: #A7A7A7;
    }

.left {
    float: left;
    width: 220px;
}

    .left h1 {
        font-size: 20px;
        font-weight: 500;
        line-height: 60px;
        height: 60px;
        text-indent: 30px;
        color: #fff;
        background: #005ca2;
    }

    .left .left-nav {
        width: 220px;
    }

        .left .left-nav li {
            font-size: 14px;
            line-height: 40px;
            position: relative;
            width: 220px;
            height: 40px;
            text-indent: 30px;
            border-bottom: 1px solid #f4f4f4;
            background: #fff;
        }

            .left .left-nav li a {
                color: #666;
            }

                .left .left-nav li a i {
                    padding-right: 5px;
                }

                .left .left-nav li a:hover {
                    color: #2453b3;
                }

        .left .left-nav .active {
            position: absolute;
            left: 0;
            width: 4px;
            height: 50px;
            content: '';
            background: #2453b3;
        }


.right {
    float: right;
    width: 920px;
}


    .right .crumbs-box {
        line-height: 46px;
        height: 46px;
        background: #fff;
    }

        .right .crumbs-box .fl {
            padding-left: 20px;
        }

            .right .crumbs-box .fl .jt {
                font-size: 12px;
                vertical-align: top;
            }

    .right .content {
        width: 840px;
        padding: 30px 40px;
        background: #fff;
    }

.content .list li {
    position: relative;
    height: 60px;
    margin-bottom: 10px;
    list-style: none;
}

    .content .list li a {
        line-height: 50px;
        display: block;
        width: 830px;
        height: 50px;
        padding: 5px 20px;
        background: #f4f4f4;
    }

        .content .list li a:hover {
            color: #fff;
            background: #2453b3;
        }

.content .list .time {
    position: absolute;
    right: 20px;
}

.right .content .news-title {
    font-size: 18px;
    line-height: 50px;
    height: 60px;
    text-align: center;
}

.right .content .time-box {
    font-size: 14px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    text-align: center;
    color: #999;
    border-bottom: 1px solid #dedede;
}

.right .info p {
    padding-bottom: 20px;
}

.right .news-pic {
    margin-left: -30px;
}

.news-pic li {
    float: left;
    width: 260px;
    height: 270px;
    margin-bottom: 30px;
    margin-left: 30px;
    background: #f4f4f4;
}

    .news-pic li h2 {
        font-size: 16px;
        line-height: 24px;
        overflow: hidden;
        height: 50px;
        padding: 20px 20px 5px;
        text-align: center;
    }

.news-pic .news-pic-box {
    overflow: hidden;
    width: 260px;
    height: 200px;
}

.footer .copyright a,
.footer .copyright span {
    color: #A7A7A7;
    margin: 0 10px;
}

    .footer .copyright a:hover {
        text-decoration: underline;
    }

    .footer .copyright a img {
        vertical-align: middle;
    }



.index-case1 {
    margin-left: -30px;
    height: 275px;
}

.picScroll-left1 {
    overflow: hidden;
    position: relative;
}

    .picScroll-left1 .hd {
        overflow: hidden;
        height: 30px;
        background: #f4f4f4;
        padding: 0 10px;
    }

    .picScroll-left1 .hd {
        margin-left: 30px;
    }

.div1 {
    width: 370px;
    float: left;
    margin-left: 30px;
    width: 270px;
    background-color: #fff;
}

.title1 {
    width: 370px;
    height: 40px;
    background-color: #005ca2;
    color: #ffffff;
    line-height: 40px;
    text-align: left;
    font-size: 18px;
    float: left;
}

.listnews {
    width: 370px;
    height: 270px;
}

    .listnews ul li {
        line-height: 28px;
    }

        .listnews ul li .time {
            padding-right: 5px;
            right: 0;
            font-size: 12px;
            color: #888;
            float: right;
        }

#menu {
    margin-top: 12px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
}

    #menu a {
        display: inline-block;
        margin: 0 20px;

    }
